Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/mochi-mqtt/server/v2 from 2.4.6 to 2.6.2 #142

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps github.com/mochi-mqtt/server/v2 from 2.4.6 to 2.6.2.

Release notes

Sourced from github.com/mochi-mqtt/server/v2's releases.

v2.6.2

What's Changed

Thank you @​thedevop and @​werbenhu !

Full Changelog: mochi-mqtt/server@v2.6.1...v2.6.2

v2.6.1

What's Changed

Thank you @​werbenhu !

Full Changelog: mochi-mqtt/server@v2.6.0...v2.6.1

v2.6.0

What's Changed

Be advised - this release includes a breaking change for the Docker image which may be fixed in the future.

File Based Configuration

You can use File Based Configuration with either the Docker image (noted above), or by running the build binary with the --config=config.yaml or --config=config.json parameter.

Configuration files provide a convenient mechanism for easily preparing a server with the most common configurations. You can enable and configure built-in hooks and listeners, and specify server options and compatibilities:

listeners:
  - type: "tcp"
    id: "tcp12"
    address: ":1883"
  - type: "ws"
    id: "ws1"
    address: ":1882"
  - type: "sysinfo"
    id: "stats"
    address: ":1880"
hooks:
  auth:
    allow_all: true
options:
  inline_client: true
</tr></table> 

... (truncated)

Commits
  • 57997ef update server version
  • 21491d9 Fix the bug where inline subscribers do not receive messages after all non-in...
  • cb217cd Ability to limit maximum number of clients (#379)
  • 6b3b30e Update server version
  • e2cb688 Replace badgerhold with directly using BadgerDB v4 (#376)
  • d048e4b Add a persistence hook based on cockroachdb/pebble. (#378)
  • 47162a3 Translate README.md into Chinese version. (#373)
  • 074e1b0 fix docker image
  • 26418c6 Implement File based configuration (#351)
  • 26720c2 Add BadgerDB garbage collection. (#371)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/develop/github.com/mochi-mqtt/server/v2-2.6.2 branch from ea5e572 to 3a8eadf Compare April 24, 2024 08:00
Bumps [github.com/mochi-mqtt/server/v2](https://github.com/mochi-mqtt/server) from 2.4.6 to 2.6.2.
- [Release notes](https://github.com/mochi-mqtt/server/releases)
- [Commits](mochi-mqtt/server@v2.4.6...v2.6.2)

---
updated-dependencies:
- dependency-name: github.com/mochi-mqtt/server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/develop/github.com/mochi-mqtt/server/v2-2.6.2 branch from 3a8eadf to 8a05caa Compare April 25, 2024 11:35
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2024

Superseded by #146.

@dependabot dependabot bot closed this Apr 30, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/develop/github.com/mochi-mqtt/server/v2-2.6.2 branch April 30, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants